@struct dvb_v5_fe_parms
@ingroup frontend
@brief Keeps data needed to handle the DVB frontend
@param info Contains the DVB info properties (RO)
@param version Version of the Linux DVB API (RO)
@param has_v5_stats A value different than 0 indicates that the
frontend supports DVBv5 stats (RO)
@param current_sys Currently selected delivery system (RO)
@param num_systems Number of delivery systems (RO)
@param systems Delivery systems supported by the hardware (RO)
@param legacy_fe A value different than 0 indicates a legacy
Kernel driver using DVBv3 API only, or that
DVBv3 only mode was forced by the client (RO)
@param abort Client should set it to abort a pending
operation like DTV scan (RW)
@param lna: Sets the LNA mode 0 disables; 1 enables, -1 uses
auto mode (RW)
@param lnb LNBf description (RW)
@param sat_number Number of the satellite (used by DISEqC setup) (RW)
@param freq_bpf SCR/Unicable band-pass filter frequency to use, in kHz
@param verbose Verbosity level of the library (RW)
@param dvb_logfunc Function used to write log messages (RO)
@param default_charset Name of the charset used by the DVB standard (RW)
@param output_charset Name of the charset to output (system specific) (RW)
@details The fields marked as RO should not be changed by the client, as otherwise
undesired effects may happen. The ones marked as RW are ok to either read
or write by the client.
@struct dvb_v5_fe_parms @ingroup frontend @brief Keeps data needed to handle the DVB frontend
@param info Contains the DVB info properties (RO) @param version Version of the Linux DVB API (RO) @param has_v5_stats A value different than 0 indicates that the frontend supports DVBv5 stats (RO) @param current_sys Currently selected delivery system (RO) @param num_systems Number of delivery systems (RO) @param systems Delivery systems supported by the hardware (RO) @param legacy_fe A value different than 0 indicates a legacy Kernel driver using DVBv3 API only, or that DVBv3 only mode was forced by the client (RO) @param abort Client should set it to abort a pending operation like DTV scan (RW) @param lna: Sets the LNA mode 0 disables; 1 enables, -1 uses auto mode (RW) @param lnb LNBf description (RW) @param sat_number Number of the satellite (used by DISEqC setup) (RW) @param freq_bpf SCR/Unicable band-pass filter frequency to use, in kHz @param verbose Verbosity level of the library (RW) @param dvb_logfunc Function used to write log messages (RO) @param default_charset Name of the charset used by the DVB standard (RW) @param output_charset Name of the charset to output (system specific) (RW)
@details The fields marked as RO should not be changed by the client, as otherwise undesired effects may happen. The ones marked as RW are ok to either read or write by the client.